home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Win 50 Game+ Vol. 7 (Japan)
/
Win 50 Game+ Vol. 7 (Japan).7z
/
Win 50 Game+ Vol. 7 (Japan).bin
/
lha_file
/
dpgolf11.lzh
/
DPG11SRC.LZH
/
ABOUT.DFM
/
ABOUT.txt
Wrap
Text File
|
1996-08-21
|
5KB
|
248 lines
object AboutBox: TAboutBox
Left = 174
Top = 300
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Danchan'#39's Putter Golf'
ClientHeight = 118
ClientWidth = 273
Ctl3D = False
Color = clYellow
Font.Color = clBlack
Font.Height = -15
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
KeyPreview = True
PixelsPerInch = 96
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
TextHeight = 17
object Label1: TLabel
Left = 2
Top = 116
Width = 48
Height = 16
Caption = 'WindMax'
Font.Color = clBlack
Font.Height = -12
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 57
Top = 116
Width = 52
Height = 16
Caption = 'Magnitude'
Font.Color = clBlack
Font.Height = -12
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 112
Top = 116
Width = 58
Height = 16
Caption = 'ShakeCount'
Font.Color = clBlack
Font.Height = -12
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 174
Top = 116
Width = 48
Height = 16
Caption = 'Steepness'
Font.Color = clBlack
Font.Height = -12
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 228
Top = 116
Width = 20
Height = 16
Caption = 'Size'
Font.Color = clBlack
Font.Height = -12
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object Panel1: TPanel
Left = 8
Top = 4
Width = 257
Height = 73
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object Comment: TLabel
Left = 8
Top = 44
Width = 241
Height = 20
Alignment = taCenter
AutoSize = False
Font.Color = clBlack
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
WordWrap = True
IsControl = True
end
object ProductName: TLabel
Left = 20
Top = 4
Width = 213
Height = 18
Alignment = taCenter
AutoSize = False
Caption = 'Danchan'#39's Putter Golf v1.1'
IsControl = True
end
object Version: TLabel
Left = 2
Top = 22
Width = 251
Height = 18
AutoSize = False
Caption = 'Danchan(TAB02336@niftyserve.or.jp)'
IsControl = True
end
end
object Okbutton: TButton
Left = 104
Top = 84
Width = 65
Height = 27
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 1
end
object Cancelbtn: TButton
Left = 198
Top = 84
Width = 65
Height = 27
Cancel = True
Caption = 'Cancel'
Default = True
ModalResult = 2
TabOrder = 2
Visible = False
end
object Combo1: TComboBox
Left = 8
Top = 84
Width = 113
Height = 25
Style = csDropDownList
ItemHeight = 17
Items.Strings = (
'Normal'
'Easy'
'Hard'
'Very Easy'
'Very Hard'
'Simple Slope'
'Random')
TabOrder = 3
Visible = False
OnChange = Combo1Change
end
object Makebtn: TButton
Left = 128
Top = 84
Width = 65
Height = 27
Caption = 'Make'
Default = True
ModalResult = 1
TabOrder = 4
Visible = False
OnClick = MakebtnClick
end
object Spin1: TSpinEdit
Left = 4
Top = 132
Width = 40
Height = 27
AutoSelect = False
AutoSize = False
EditorEnabled = False
MaxLength = 2
MaxValue = 20
MinValue = 3
TabOrder = 5
Value = 10
end
object Spin2: TSpinEdit
Left = 61
Top = 132
Width = 40
Height = 27
AutoSelect = False
AutoSize = False
EditorEnabled = False
MaxLength = 2
MaxValue = 10
MinValue = 1
TabOrder = 6
Value = 5
end
object Spin3: TSpinEdit
Left = 117
Top = 132
Width = 40
Height = 27
AutoSelect = False
AutoSize = False
EditorEnabled = False
MaxLength = 2
MaxValue = 50
MinValue = 1
TabOrder = 7
Value = 20
end
object Spin4: TSpinEdit
Left = 174
Top = 132
Width = 40
Height = 27
AutoSelect = False
AutoSize = False
EditorEnabled = False
MaxLength = 2
MaxValue = 7
MinValue = 1
TabOrder = 8
Value = 4
end
object Spin5: TSpinEdit
Left = 230
Top = 132
Width = 40
Height = 27
AutoSelect = False
AutoSize = False
EditorEnabled = False
MaxLength = 2
MaxValue = 10
MinValue = 0
TabOrder = 9
Value = 4
end
end